Labels:dialog box | reckoner | road | sky | web site | window OCR: to create new abstract(essential) data types. In C++ abstraci data typing is supported by the class cons truct One advantage to data abstraction that if reduces inter -module dependence What this implies that IT you were modify part your code program then that modification will noi affect the code other parts thu program The modifications made that particular section will not he global the program and are considered to he isolated modifications The ability to group items into a class is the basic foundation of OOP For example, we could create an abstract class called ship' which would be essential type. From this we can further break down the class into ships with sails pue ships without sails and then further break this down into ships that have enoines and ships thai use manaul power suc ...